 |
|
 |
Subject: File Upload content lost |
 |
 |
 |
Product Area: Domino Designer on Eclipse (DDE) |
 |
Technical Area: Functionality |
 |
Platform: Windows |
 |
Release: 8.5 |
 |
Reproducible: Always |
 |
 |
 |
 |
Hi everyone,
I have a web application where the user has to fill some fields, and where there some checkboxes and radiobuttons that depending on which option is selected, some other controls appear.
As we all know, in the Lotus Notes Client that's not a problem, because this hidden areas are shown whithout reloading all the document.
But in web is different, it reloads all the web page, and the problem here is, that if the user has uploaded a file using the FileUpload controls, they are gone, they don't appear anymore on the document.
I've tried saving these field values in other fields on the onSubmit event and the reasigning them to the input fields with type="file", all using javascript. What i didn't know before is that the value property of this fields is readonly and it's a security matter in javascript to prevent webpages upload files without the user's consent.
So, does anyone know how to prevent this content to be erased form this type of fields? Refreshing of the document is a must because of the changes depending on the fields that appear and hide using their hiding formulas.
Thanks in advance!
 
Feedback number WEBB8EDBUB created by ~Sarah Fezresavitchettu on 02/24/2011

Status: Open
Comments:

File Upload content lost (~Sarah Fezresav... 24.Feb.11)
. . Maybe try using Javascript? (~Umberto Kiluma... 24.Feb.11) |
|  |
|